home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / PROJSAVE.DOX < prev    next >
Text File  |  1996-07-17  |  577b  |  21 lines

  1.  
  2.   PROJSAVE.AML
  3.   Save Project 
  4.  
  5.   This macro saves the current state of editor as an editor 'project'.
  6.   The project can be restored later with the Projopen macro.
  7.  
  8.   You will be prompted to enter the project file name. If no file
  9.   extension is specified, the file extension .Prj is assumed.
  10.  
  11.   The following project items are saved by this macro:
  12.  
  13.     - all open file names
  14.     - window sizes and positions
  15.     - window settings
  16.     - cursor states and positions
  17.     - all prompt history
  18.     - bookmarks in all open files
  19.     - the current marked block
  20.  
  21.